home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 128 41 / q41.d81 / t.boris 1999 < prev    next >
Text File  |  2022-08-28  |  4KB  |  87 lines

  1.  
  2.  
  3.                             B O R I S    1 9 9 9
  4.  
  5.                           Program by Harold Snyder
  6.  
  7.                            Text by Fender Tucker
  8.  
  9.  
  10.     I had big plans for upgrading BORIS 128, which appeared on the very
  11. first LOADSTAR 128 ten years ago, but instead the compiled version that's
  12. on this issue is the same as the first one. But there is one major
  13. difference: this time you get the source code. It's all in BASIC 7.0 so
  14. here is a chance for a programmer to do a little LOADSTAR-style
  15. embellishment.
  16.  
  17.     I mainly wanted to revive BORIS because of the SuperCPU. Chess programs
  18. have traditionally been very slow, especially playing at high levels. At 20
  19. MHz BORIS will beat you very quickly at Level 9. No waiting. If you've got
  20. the SuperCPU V2, by all means, use it when playing BORIS.
  21.  
  22.     Anyone who attempts to modify the BASIC code will have to know the
  23. Abacus 128 Compiler pretty well. I don't, which is one reason why I haven't
  24. attempted to upgrade it with a custom font and a different screen design,
  25. or even more ambitiously, mouse support. Even at 20 MHz, I believe this
  26. program needs to be compiled. If you do make significant improvements to
  27. the BASIC source, and successfully compile it, please send me a copy
  28. (source and compiled code) and I'll pass it on to the LOADSTAR susbcribers
  29. somehow.
  30.  
  31.  
  32.  USING THE PROGRAM
  33.  -----------------
  34.  
  35.     You may use either the keyboard or a joystick with BORIS. One of the
  36. first prompts asks which you want to use. You can always change your mind
  37. once you're in the game so try them both out to see which you prefer.
  38.  
  39.     You'll also be asked if you want to view the instructions. These are
  40. the instructions for BORIS, the program, not chess, the game. If you aren't
  41. familiar with the rules of chess, read one of the thousands of books on the
  42. subject and try out BORIS on one of the lower levels and you'll soon be
  43. playing at least as well as I do.
  44.  
  45.     On the game screen you'll see a list of some of your options on the
  46. right side of the screen. The options that aren't shown, but still work,
  47. are C for changing the color of the pieces, J for switching to joystick
  48. mode, and K for keyboard mode. You can either have grey against white (the
  49. default colors) or purple against yellow.
  50.  
  51.     The bottom option is CURSOR. To move from the board to the option row
  52. you HAVE to go through this option. You can't go directly to the board
  53. from, say, 'LEVEL CHANGE'. You must move the cursor down to CURSOR and then
  54. across to the board.
  55.  
  56.     The SPACE BAR is used instead of the usual RETURN to register your
  57. move. Just position the cursor on the square of the piece you want to move,
  58. press the SPACE BAR (the cursor turns red), then move the cursor to the
  59. square you want to move to and press SPACE again. You'll be told of an
  60. illegal move and allowed to make another one.
  61.  
  62.     The only tricky move is MODIFY BOARD. It's also very handy for setting
  63. up chess problems (you know, those "white mates in two" types of puzzles)
  64. or working on your endgame.
  65.  
  66.     Also, since BORIS has a limited library of openings, you may want to
  67. start out by setting up the first few moves the way YOU want. When you
  68. choose MODIFY BOARD you're expected to enter four characters, in this
  69. sequence: the square, the player and the piece. The square requires two
  70. characters in typical chess format, such as E5. The player can be C for
  71. computer, P for player, or E for empty. The piece can be P, N, B, R, Q, K
  72. or S for Pawn, kNight, Bishop, Rook, Queen, King or Space respectively.
  73. So, to place one of your Rooks on square H4, enter H4PR at the MODIFY
  74. prompt. Entering WIPE erases all pieces except the two kings and Z exits
  75. the MODIFY mode.
  76.  
  77.     The instructions, which are available at all times, explain about
  78. promoting a piece and all of the things I mentioned above. I tried to make
  79. an en passant move and I got an 'illegal move' message. BORIS does not
  80. recognize en passant capturing.
  81.  
  82.      BORIS 1999 does not return to LOADSTAR 128 when done. It drops to
  83. BASIC.
  84.  
  85.                  \\\\\ R - Run   RETURN - Menu \\\\\
  86.  
  87.